home *** CD-ROM | disk | FTP | other *** search
- failat 21
- c:version >nil: libs:datatypes/sound.datatype VERSION=40
- if NOT warn
- echo "You already have v40.6 of sound.datatype!"
- skip nextbit
- endif
-
- echo "Installing sound datatype..." NOLINE
- copy libs/datatypes/sound.datatype libs:datatypes
- copy libs/datatypes/sound.datatype sys:classes/datatypes
- c:version >nil: libs:datatypes/sound.datatype VERSION=40
- if warn
- echo "failed!"
- skip nextbit
- endif
- echo "done!"
-
- lab nextbit
-
- c:version >nil: libs:translator.library VERSION=41
- if NOT warn
- echo "You already have v42 of translator.library!"
- skip end
- endif
-
- echo "Installing translator library..." NOLINE
- copy libs/translator.library libs:
- c:version >nil: libs:translator.library VERSION=42
- if warn
- echo "failed!"
- skip end
- endif
- echo "done!"
- echo ""
- echo "Installing accents..."
- makedir >nil: locale:Accents ; This will quietly fail if already present
- copy locale/accents/#? locale:accents
-
- echo ""
- echo "Installation complete!"
-
- lab end
-